home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / GameKit / Apps / HighScoreServer / rc.local.example < prev    next >
Text File  |  1995-06-12  |  590b  |  24 lines

  1. #!/bin/sh -u
  2. #
  3. # This script is for augmenting the standard system startup commands. It is 
  4. # executed automatically by the system during boot up. 
  5. #
  6. # Copyright (C) 1992 by NeXT Computer, Inc.  All rights reserved.
  7. #
  8. # As released orm, this script does nothing. You may customize
  9. # it as you wish.
  10. #
  11.  
  12. fbshow -A -B -E -I "Starting*Local*Services..."
  13.  
  14. # Read in configuration information
  15. . /etc/hostconfig
  16.  
  17. (echo -n 'local daemons:')                    >/dev/console
  18. #
  19. # Run your own commands here
  20. (echo -n ' highscores')                >/dev/console
  21. /usr/local/games/highscores/high&
  22. #
  23. (echo '.')                            >/dev/console
  24.